gskrendernodeimpl: Fix documentation argument type
authorDaniel Boles <dboles@src.gnome.org>
Mon, 27 Mar 2017 21:13:32 +0000 (22:13 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 27 Mar 2017 21:16:56 +0000 (22:16 +0100)
gsk/gskrendernodeimpl.c

index 0dac4ff867c65028fdb77a086755d465a37b4f74..ae854bfbc7a4076386eb46a861353be336755200 100644 (file)
@@ -123,11 +123,11 @@ gsk_color_node_peek_color (GskRenderNode *node)
 
 /**
  * gsk_color_node_new:
- * @rgba: the #GskColor
+ * @rgba: a #GdkRGBA specifying a color
  * @bounds: the rectangle to render the color into
  *
- * Creates a #GskRenderNode that will render the given
- * @color into the area given by @bounds.
+ * Creates a #GskRenderNode that will render the color specified by @rgba into
+ * the area given by @bounds.
  *
  * Returns: A new #GskRenderNode
  *
@@ -1835,7 +1835,7 @@ gsk_cairo_node_new_for_surface (const graphene_rect_t *bounds,
 
 /**
  * gsk_cairo_node_new:
- * @bounds: the rectangle to render the to
+ * @bounds: the rectangle to render to
  *
  * Creates a #GskRenderNode that will render a cairo surface
  * into the area given by @bounds. You can draw to the cairo